home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_VIEWSOURCE / TDLG_VIEWSOURCE.txt
Text File  |  2002-07-04  |  3KB  |  161 lines

  1. object Dlg_viewsource: TDlg_viewsource
  2.   Left = 205
  3.   Top = 160
  4.   ActiveControl = Memo
  5.   AutoScroll = False
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'View Source'
  8.   ClientHeight = 450
  9.   ClientWidth = 665
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   Menu = MainMenu
  18.   OldCreateOrder = True
  19.   Position = poScreenCenter
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyPress = FormKeyPress
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Bevel1: TBevel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 665
  30.     Height = 30
  31.     Align = alTop
  32.     Shape = bsFrame
  33.   end
  34.   object SPB_Header: TSpeedButton
  35.     Left = 4
  36.     Top = 4
  37.     Width = 72
  38.     Height = 22
  39.     Hint = 'View Mail Header'
  40.     GroupIndex = 1
  41.     Down = True
  42.     Caption = '&Header'
  43.     OnClick = SB_headClick
  44.   end
  45.   object SPB_All: TSpeedButton
  46.     Left = 76
  47.     Top = 4
  48.     Width = 72
  49.     Height = 22
  50.     Hint = 'View Mail Source'
  51.     GroupIndex = 1
  52.     Caption = '&All'
  53.     OnClick = SPB_AllClick
  54.   end
  55.   object SPB_Saveas: TSpeedButton
  56.     Left = 152
  57.     Top = 4
  58.     Width = 72
  59.     Height = 22
  60.     Caption = '&Save As...'
  61.     OnClick = SPB_SaveasClick
  62.   end
  63.   object SPB_Close: TSpeedButton
  64.     Left = 228
  65.     Top = 4
  66.     Width = 72
  67.     Height = 22
  68.     Caption = '&Close'
  69.     OnClick = SPB_CloseClick
  70.   end
  71.   object Memo: TZEditor
  72.     Left = 0
  73.     Top = 30
  74.     Width = 665
  75.     Height = 401
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -12
  79.     Font.Name = '∩┐╜∩┐╜∩┐╜∩┐╜'
  80.     Font.Style = []
  81.     Align = alClient
  82.     ParentColor = False
  83.     Color = clBtnFace
  84.     ScrollBars = ssBoth
  85.     LeftMargin = 5
  86.     TopMargin = 5
  87.     SetURLCursor = False
  88.     ReadOnly = True
  89.     PrintOptions = [poPageHeader, poPageNumber, poWordWrap]
  90.     OnChange = MemoChange
  91.     OnMouseDown = MemoMouseDown
  92.   end
  93.   object ZStatusBar: TZStatusBar
  94.     Left = 0
  95.     Top = 431
  96.     Width = 665
  97.     Height = 19
  98.     Panels = <>
  99.     SimplePanel = True
  100.   end
  101.   object Language: TLanguage
  102.     LangCenter = DM_Language.LangCenter
  103.     ResStrings.Strings = (
  104.       '0010=Message is too large to display')
  105.     Left = 160
  106.     Top = 89
  107.   end
  108.   object MainMenu: TMainMenu
  109.     Left = 24
  110.     Top = 44
  111.     object File1: TMenuItem
  112.       Caption = '&File'
  113.       OnClick = File1Click
  114.       object SB_head: TMenuItem
  115.         Caption = '&Header'
  116.         OnClick = SB_headClick
  117.       end
  118.       object SB_all: TMenuItem
  119.         Caption = '&All'
  120.         OnClick = SB_allClick
  121.       end
  122.       object N1: TMenuItem
  123.         Caption = '-'
  124.       end
  125.       object BtnSaveAs: TMenuItem
  126.         Caption = 'Save &as...'
  127.         OnClick = BtnSaveAsClick
  128.       end
  129.       object N2: TMenuItem
  130.         Caption = '-'
  131.       end
  132.       object BtnClose: TMenuItem
  133.         Caption = '&Close'
  134.         OnClick = BtnCloseClick
  135.       end
  136.     end
  137.     object Edit1: TMenuItem
  138.       Caption = '&Edit'
  139.       OnClick = Edit1Click
  140.       object MU_Copy: TMenuItem
  141.         Caption = 'C&opy'
  142.         ShortCut = 16451
  143.         OnClick = MU_CopyClick
  144.       end
  145.       object SelectAll1: TMenuItem
  146.         Caption = 'Select &All'
  147.         ShortCut = 16449
  148.         OnClick = SelectAll1Click
  149.       end
  150.       object N3: TMenuItem
  151.         Caption = '-'
  152.       end
  153.       object MU_WordWrap: TMenuItem
  154.         Caption = '&WordWrap'
  155.         ShortCut = 16471
  156.         OnClick = MU_WordWrapClick
  157.       end
  158.     end
  159.   end
  160. end
  161.